home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol E-14
/
Vol E-14.iso
/
games
/
rings.swf
/
scripts
/
frame_3
/
PlaceObject2_52_95
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2014-03-11
|
650b
|
31 lines
onClipEvent(enterFrame){
this.onPress = function()
{
if(_currentframe == 3)
{
if(_root.ring9 == true)
{
gotoAndStop(1);
_root.score += 10 * _root.time;
_root.number -= 1;
tellTarget("_root.sound")
{
gotoAndPlay(2);
}
}
else
{
tellTarget("_root.sound")
{
gotoAndPlay(3);
}
gotoAndStop(2);
tellTarget("_root.liv")
{
nextFrame();
}
}
}
};
}